fixed compile error "debugger.c:1031:3: error: non-void function 'get_stack' should return a value"

This commit is contained in:
f007bfc1d8254ff6b0be052029dd5486 2023-12-28 16:08:32 +09:00
parent 3e25e258fb
commit e10fc4ac7e

View file

@ -982,7 +982,7 @@ struct se {
struct se *se_next;
};
char *get_stack(void) {
void get_stack(void) {
word_20 dsktop, dskbot;
word_20 sp = 0, end = 0, ent = 0;
word_20 ram_base, ram_mask;