Skip to content
Snippets Groups Projects
Commit 0b399f07 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: c74b57b3d9404c4cb168120c1840150c
Operating System: Ubuntu 22.04.2 LTS
          Kernel: Linux 5.19.0-45-generic
    Architecture: x86-64
 Hardware Vendor: HONOR
  Hardware Model: HYM-WXX
 22:20:55 up  5:13,  1 user,  load average: 0.71, 1.01, 1.15
parent b52ed717
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ int main() { ...@@ -7,7 +7,7 @@ int main() {
int r = asm_setjmp(buf); int r = asm_setjmp(buf);
if (r == 0) { if (r == 0) {
assert(asm_add(1234, 5678) == 6912); assert(asm_add(1234, 5678) == 6912);
assert(asm_popcnt(0x0123456789abcdefULL) == 32); assert(asm_popcnt(0x0123456789abcdefULL) == 3);
// TODO: add more tests here. // TODO: add more tests here.
asm_longjmp(buf, 123); asm_longjmp(buf, 123);
} else { } else {
......
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