summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 51706ca3d5..6ad0b986f3 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -169,7 +169,7 @@ int storage_init(void)
169 return 1; 169 return 1;
170} 170}
171 171
172int storage_write_sectors(IF_MV2(int drive,) 172int storage_write_sectors(IF_MV(int drive,)
173 unsigned long start, 173 unsigned long start,
174 int count, 174 int count,
175 const void* buf) 175 const void* buf)
@@ -197,7 +197,7 @@ int storage_write_sectors(IF_MV2(int drive,)
197 return 0; 197 return 0;
198} 198}
199 199
200int storage_read_sectors(IF_MV2(int drive,) 200int storage_read_sectors(IF_MV(int drive,)
201 unsigned long start, 201 unsigned long start,
202 int count, 202 int count,
203 void* buf) 203 void* buf)