> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 13:49:04 up 6 days, 22:46,  1 user,  load average: 1.04, 0.64, 0.41
This commit is contained in:
tracer-ics2023
2024-09-24 13:49:06 +08:00
committed by zzy
parent 3b532ba019
commit ab274946f4

View File

@ -13,6 +13,7 @@ int main() {
int i, n;
for (i = 500; i < 1000; i ++) {
fscanf(fp, "%d", &n);
printf("%d ", n);
assert(n == i + 1);
}