diff --git a/tool/viz/deathstar.c b/tool/viz/deathstar.c index 45a213aef..f06a827fd 100644 --- a/tool/viz/deathstar.c +++ b/tool/viz/deathstar.c @@ -15,8 +15,10 @@ #define FRAMERATE 23.976 #define WRITE(s) write(1, s, strlen(s)) +#ifdef __x86_64__ __static_yoink("vga_console"); __static_yoink("EfiMain"); +#endif struct Sphere { double cx, cy, cz, r;