We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a965df0 commit 4868f28Copy full SHA for 4868f28
gdb/syscalls/riscv-canonicalize-syscall-gen.py
@@ -111,7 +111,7 @@ def _get_canon_syscalls_lines(
111
canon_syscalls[syscall_num] = value
112
# this is a place for corner cases
113
elif syscall_name == "mmap":
114
- gdb_old_syscall_name = "gdb_sys_old_mmap"
+ gdb_old_syscall_name = "gdb_old_mmap"
115
value = (
116
f" case {syscall_num}: return {gdb_old_syscall_name};\n"
117
)
0 commit comments