Browse Source

Fix typo

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
1ecb9acb87
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/firmware/pcbios/hidemem.c

+ 1
- 1
src/arch/i386/firmware/pcbios/hidemem.c View File

150
 }
150
 }
151
 
151
 
152
 /** Hide Etherboot startup function */
152
 /** Hide Etherboot startup function */
153
-struct startup_fn hide_etherboot_startup_fn __startup_fn ( EARLY_STARTUP ) = {
153
+struct startup_fn hide_etherboot_startup_fn __startup_fn ( STARTUP_EARLY ) = {
154
 	.startup = hide_etherboot,
154
 	.startup = hide_etherboot,
155
 	.shutdown = unhide_etherboot,
155
 	.shutdown = unhide_etherboot,
156
 };
156
 };

Loading…
Cancel
Save