]> git.saurik.com Git - apple/xnu.git/blobdiff - pexpert/gen/pe_gen.c
xnu-1456.1.26.tar.gz
[apple/xnu.git] / pexpert / gen / pe_gen.c
index 32be95e274087ffebb18e32ecacd0d9682fb25a5..43ab61a9657461724091c1a0d8c8290c4fc12dc1 100644 (file)
@@ -39,11 +39,11 @@ int32_t gPESerialBaud = -1;
 
 void pe_init_debug(void)
 {
 
 void pe_init_debug(void)
 {
-  if (!PE_parse_boot_arg("debug", &DEBUGFlag))
+  if (!PE_parse_boot_argn("debug", &DEBUGFlag, sizeof (DEBUGFlag)))
     DEBUGFlag = 0;
 }
 
     DEBUGFlag = 0;
 }
 
-void PE_enter_debugger(char *cause)
+void PE_enter_debugger(const char *cause)
 {
   if (DEBUGFlag & DB_NMI)
     Debugger(cause);
 {
   if (DEBUGFlag & DB_NMI)
     Debugger(cause);