search for: 2d538

Displaying 3 results from an estimated 3 matches for "2d538".

Did you mean: 2538
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...528: c2 64 ff 97 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 >>...
2020 Jun 22
2
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?...
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...str w10, [sp, #12] 2d528: c2 64 ff 97 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/clan...