Skip to content

Commit f8f14d8

Browse files
committed
remove temp comment
1 parent ec99242 commit f8f14d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

darwin-user/syscall.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10377,7 +10377,6 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
1037710377
break;
1037810378
}
1037910379
// translate from host to target dirent
10380-
// EDIT HERERE
1038110380
converted_ino = convert_catalina_ino(dir_fd, fd_path, &fd_path_init, de);
1038210381
__put_user(converted_ino, &tde->d_ino);
1038310382
__put_user(de->d_seekoff, &tde->d_off);

0 commit comments

Comments
 (0)