about summary refs log tree commit diff stats
path: root/src/emu/x64syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/x64syscall.c')
-rw-r--r--src/emu/x64syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index 994b1480..51a05fb1 100644
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -80,7 +80,7 @@ typedef struct scwrap_s {
     int nbpars;
 } scwrap_t;
 
-static scwrap_t syscallwrap[] = {
+static const scwrap_t syscallwrap[] = {
     //{ 0, __NR_read, 3 },      // wrapped so SA_RESTART can be handled by libc
     //{ 1, __NR_write, 3 },     // same
     //{ 2, __NR_open, 3 },      // flags need transformation