Disable inlining on old compilers.
[seabios.git] / src / resume.c
index e9115d0919422bc9bf941cac0f3a63b07a62629f..81ad1ac7b55d1f8063a31e295817361d32b05cb7 100644 (file)
@@ -96,6 +96,7 @@ handle_resume(u8 status)
 void VISIBLE32FLAT
 s3_resume(void)
 {
+    ASSERT32FLAT();
     if (!CONFIG_S3_RESUME)
         panic("S3 resume support not compiled in.\n");