brintos

brintos / llvm-project-archived public Read only

0
0
Text · 552 B · 95099ce Raw
31 lines · plain
1        .text2        .globl  asm_main3asm_main:4        .cfi_startproc5        cmpb $0x0, g_hard_abort(%rip)6        jne .L7 8        pushq   %rbp9        .cfi_def_cfa_offset 1610        .cfi_offset 6, -1611        movq    %rsp, %rbp12        .cfi_def_cfa_register 613        callq   abort_function14.L:15        .cfi_def_cfa 7, 816        .cfi_restore 617        int318        ud219        .cfi_endproc20 21        .globl abort_function22abort_function:23        .cfi_startproc24        ud225        .cfi_endproc26 27	.data28	.globl  g_hard_abort29g_hard_abort:30	.byte   131