Skip to content
Snippets Groups Projects
Commit ae6a8a63 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:03:24 up  2:40,  1 user,  load average: 0.09, 0.15, 0.31
parent d4dcde22
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ void asm_longjmp(asm_jmp_buf env, int val) {
"movq %[rbx], %%rbx \t\n"
"movq %[rbp], %%rbp \t\n"
"movq %[rsp], %%rsp \t\n" //recover the case
"jmp *%[pc] \t\n"
"jmp %[pc] \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]),
[rbx] "m" (env[JB_RBX]), [rbp] "m" (env[JB_RBP]), [rsp] "m" (env[JB_RSP]),
......
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