Displaying 3 results from an estimated 3 matches for "2d53c".
Did you mean:
2d53
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...> 2d52c: ea 0f 40 b9 ldr w10, [sp, #12]
>> 2d530: e0 0b 00 b9 str w0, [sp, #8]
>> 2d534: e0 03 0a 2a mov w0, w10
>> 2d538: fd 7b 42 a9 ldp x29, x30, [sp, #32]
>> 2d53c: ff c3 00 91 add sp, sp, #48
>> 2d540: c0 03 5f d6 ret
>>
>>
>> Am I compiling the program incorrectly? For reference, here's my clang
>> version
>>
>> # llvm-project/build-10.x/install/bin/clang --versio...
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
...ldr w10, [sp, #12]
> >>> 2d530: e0 0b 00 b9 str w0, [sp, #8]
> >>> 2d534: e0 03 0a 2a mov w0, w10
> >>> 2d538: fd 7b 42 a9 ldp x29, x30, [sp, #32]
> >>> 2d53c: ff c3 00 91 add sp, sp, #48
> >>> 2d540: c0 03 5f d6 ret
> >>>
> >>>
> >>> Am I compiling the program incorrectly? For reference, here's my
> clang version
> >>>
> >>> #...
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...bl #-158968 <printf at plt>
2d52c: ea 0f 40 b9 ldr w10, [sp, #12]
2d530: e0 0b 00 b9 str w0, [sp, #8]
2d534: e0 03 0a 2a mov w0, w10
2d538: fd 7b 42 a9 ldp x29, x30, [sp, #32]
2d53c: ff c3 00 91 add sp, sp, #48
2d540: c0 03 5f d6 ret
Am I compiling the program incorrectly? For reference, here's my clang version
# llvm-project/build-10.x/install/bin/clang --version
[1]
clang ver...