Avoid -fwhole-program on broken gcc instead of stopping build.
[seabios.git] / src / resume.c
index 6db6b714142f9019a347d9f1a6d6e7e12d4802e6..e7d41013563074ba811a573675fe396f7ab79fd0 100644 (file)
@@ -125,7 +125,3 @@ s3_resume()
     call16big(&br);
 }
 #endif
-
-// Ughh - some older gcc compilers have a bug which causes VISIBLE32
-// functions to not be exported as global variables.
-asm(".global s3_resume");