Skip to content
Snippets Groups Projects
Commit d4902b81 authored by tracer-nju's avatar tracer-nju Committed by guo zling
Browse files

Static hostname: starker-HYM-WXX

       Icon name: computer-laptop
         Chassis: laptop
      Machine ID: 9f936e1bf87b4e7cb0e53e5422bcaf22
         Boot ID: d1a74c42722f40caa66f679a41560dfb
Operating System: Ubuntu 22.04.2 LTS
          Kernel: Linux 5.19.0-45-generic
    Architecture: x86-64
 Hardware Vendor: HONOR
  Hardware Model: HYM-WXX
 23:41:00 up  3:18,  1 user,  load average: 0.79, 0.77, 0.73
parent 615f54ad
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ int asm_setjmp(asm_jmp_buf env) {
"movq %%r15, %[r15] \t\n"
"movq %%rbx, %[rbx] \t\n"
"movq %%rbp, %[rbp] \t\n"
"lea 8(%%rsp), %%rax"
"lea 8(%%rsp), %%rax \t\n"
"movq %%rax, %[rsp] \t\n"
"xor %%eax, %%eax \t\n"
:[pc] "=m" (env[JB_PC]), [r12] "=m" (env[JB_R12]), [r13] "=m" (env[JB_R13]), [r14] "=m" (env[JB_R14]), [r15] "=m" (env[JB_R15]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment