]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Unix/Host/Host.c
EmulatorPkg/Sec: Fix various typos
[mirror_edk2.git] / EmulatorPkg / Unix / Host / Host.c
index 0755f69d4dbd726c5bf9872a32608bf2af73616e..b431a4c2ed39ab8583f4c2949160c84172ad0c2f 100644 (file)
@@ -113,7 +113,7 @@ main (
 \r
   //\r
   // Xcode does not support sourcing gdb scripts directly, so the Xcode XML\r
-  // has a break point script to source the GdbRun script.\r
+  // has a break point script to source the GdbRun.sh script.\r
   //\r
   SecGdbConfigBreak ();\r
 \r
@@ -1113,6 +1113,9 @@ DlLoadImage (
 }\r
 \r
 \r
+#ifdef __APPLE__\r
+__attribute__((noinline))\r
+#endif\r
 VOID\r
 SecGdbScriptBreak (\r
   char                *FileName,\r