diff options
Diffstat (limited to 'i386/i386/loose_ends.c')
-rw-r--r-- | i386/i386/loose_ends.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/loose_ends.c b/i386/i386/loose_ends.c index 30e7763f..bb2e5b69 100644 --- a/i386/i386/loose_ends.c +++ b/i386/i386/loose_ends.c @@ -54,8 +54,8 @@ delay(n) * levels of return pc information. */ void machine_callstack( - unsigned long *buf, - int callstack_max) + const unsigned long *buf, + int callstack_max) { } |