diff options
Diffstat (limited to 'darwin-user/machload.c')
-rw-r--r-- | darwin-user/machload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-user/machload.c b/darwin-user/machload.c index 4bb5c7276a..3bc3b65559 100644 --- a/darwin-user/machload.c +++ b/darwin-user/machload.c @@ -82,7 +82,7 @@ void *macho_text_sect = 0; int macho_offset = 0; int load_object(const char *filename, struct target_pt_regs * regs, void ** mh); -void qerror(const char *format, ...); + #ifdef TARGET_I386 typedef struct mach_i386_thread_state { unsigned int eax; |