import gdb-1999-10-11 snapshot
[deliverable/binutils-gdb.git] / sim / arm / armos.c
index d73d7f2c6f86d94daa913b156ab1943ee2ac49ab..9f0f1fee49b8d4bc03580a1c43fc80a2ad527919 100644 (file)
@@ -295,7 +295,7 @@ SWIopen (ARMul_State *state, ARMword name, ARMword SWIflags)
     }
   else
     {
-      state->Reg[0] = (int) open (dummy, flags);
+      state->Reg[0] = (int) open (dummy, flags, 0666);
       OSptr->ErrorNo = errno;
     }
 }
This page took 0.034443 seconds and 4 git commands to generate.