diff options
| author | Marty Connor | 2007-07-03 22:02:15 +0200 |
|---|---|---|
| committer | Marty Connor | 2007-07-03 22:02:15 +0200 |
| commit | 9b3c4e4d791ed0a514630b626d6a052a7d2a448e (patch) | |
| tree | 89e9b4d52e8469e1a514424d70a74dbc9dba8fc8 /src/arch/i386/prefix | |
| parent | Merge branch 'master' of /pub/scm/gpxe (diff) | |
| download | ipxe-9b3c4e4d791ed0a514630b626d6a052a7d2a448e.tar.gz ipxe-9b3c4e4d791ed0a514630b626d6a052a7d2a448e.tar.xz ipxe-9b3c4e4d791ed0a514630b626d6a052a7d2a448e.zip | |
Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot
Diffstat (limited to 'src/arch/i386/prefix')
| -rw-r--r-- | src/arch/i386/prefix/bImageprefix.S | 2 | ||||
| -rw-r--r-- | src/arch/i386/prefix/int19exit.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/i386/prefix/bImageprefix.S b/src/arch/i386/prefix/bImageprefix.S index d46482ebe..7d746ede3 100644 --- a/src/arch/i386/prefix/bImageprefix.S +++ b/src/arch/i386/prefix/bImageprefix.S @@ -436,7 +436,7 @@ a20_done: orb $CR0_PE, %al movl %eax, %cr0 - DATA32 ljmp %ds:(code32 - setup_code) + DATA32 ljmp *%ds:(code32 - setup_code) code32: .long 0x100000 .word __BOOT_CS, 0 diff --git a/src/arch/i386/prefix/int19exit.c b/src/arch/i386/prefix/int19exit.c index e1333926c..1c7147bdc 100644 --- a/src/arch/i386/prefix/int19exit.c +++ b/src/arch/i386/prefix/int19exit.c @@ -25,7 +25,7 @@ * @bug Not yet implemented * */ -void exit_via_int19 ( struct i386_all_regs *ix86 ) { +void exit_via_int19 ( __unused struct i386_all_regs *ix86 ) { bochsbp(); /* Placeholder */ } |
