started memory allocator, allocated final stack, added move_init_stack
[lugburz] / src / debug.h
index 51386cd..6911b68 100644 (file)
@@ -3,4 +3,6 @@
 
 void memdump(void *ptr, int len);
 
+void panic(const char *fmt, ...);      /* defined in amiga/startup.s */
+
 #endif /* DEBUG_H_ */