about summary refs log tree commit diff stats
path: root/020syscalls.cc
diff options
context:
space:
mode:
Diffstat (limited to '020syscalls.cc')
-rw-r--r--020syscalls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/020syscalls.cc b/020syscalls.cc
index 16495411..be075426 100644
--- a/020syscalls.cc
+++ b/020syscalls.cc
@@ -100,7 +100,7 @@ void check_flags(int reg) {
 
 void check_mode(int reg) {
   if (Reg[reg].u != 0600) {
-    cerr << HEXWORD << EIP << ": SubX is oblivious to file permissions; register " << reg << " must be 0.\n";
+    cerr << HEXWORD << EIP << ": SubX is oblivious to file permissions; register " << reg << " must be 0x180.\n";
     exit(1);
   }
 }