freemyipod r338 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r337‎ | r338 | r339 >
Date:17:33, 19 December 2010
Author:theseven
Status:new
Tags:
Comment:
emBIOS: execimage doesn't have anything to do with storage
Modified paths:
  • /embios/trunk/syscallapi.c (modified) (history)

Diff [purge]

Index: embios/trunk/syscallapi.c
@@ -112,6 +112,7 @@
113113 .clockgate_enable = clockgate_enable,
114114 .context_switch = context_switch,
115115 .reset = reset,
 116+ .execimage = execimage,
116117 #ifdef HAVE_STORAGE
117118 .opendir = opendir,
118119 .closedir = closedir,
@@ -118,7 +119,6 @@
119120 .readdir = readdir,
120121 .mkdir = mkdir,
121122 .rmdir = rmdir,
122 - .execimage = execimage,
123123 .ftruncate = ftruncate,
124124 .fsync = fsync,
125125 .close = close,