diff options
Diffstat (limited to 'exec-i386.h')
-rw-r--r-- | exec-i386.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exec-i386.h b/exec-i386.h index 62f681bc1a..0e0cae2756 100644 --- a/exec-i386.h +++ b/exec-i386.h @@ -27,6 +27,7 @@ typedef struct FILE FILE; extern FILE *logfile; extern int loglevel; extern int fprintf(FILE *, const char *, ...); +extern int printf(const char *, ...); #ifdef __i386__ register unsigned int T0 asm("ebx"); @@ -103,3 +104,5 @@ typedef struct CCTable { } CCTable; extern CCTable cc_table[]; + +void load_seg(int seg_reg, int selector); |