mirror of
https://github.com/gwenhael-le-moine/x48.git
synced 2024-11-16 19:50:21 +01:00
fixed compile error "debugger.c:1031:3: error: non-void function 'get_stack' should return a value"
This commit is contained in:
parent
3e25e258fb
commit
e10fc4ac7e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue