aboutsummaryrefslogtreecommitdiff
path: root/linux-user/s390x/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/s390x/syscall.h')
-rw-r--r--linux-user/s390x/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/s390x/syscall.h b/linux-user/s390x/syscall.h
index c2ea151..e4603b7 100644
--- a/linux-user/s390x/syscall.h
+++ b/linux-user/s390x/syscall.h
@@ -16,7 +16,7 @@ struct target_pt_regs {
target_psw_t psw;
abi_ulong gprs[TARGET_NUM_GPRS];
abi_ulong orig_gpr2;
- unsigned short ilc;
+ unsigned short ilen;
unsigned short trap;
};