Explorar el Código

Fix typo

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
1ecb9acb87
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/firmware/pcbios/hidemem.c

+ 1
- 1
src/arch/i386/firmware/pcbios/hidemem.c Ver fichero

@@ -150,7 +150,7 @@ static void unhide_etherboot ( void ) {
150 150
 }
151 151
 
152 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 154
 	.startup = hide_etherboot,
155 155
 	.shutdown = unhide_etherboot,
156 156
 };

Loading…
Cancelar
Guardar