diff options
Diffstat (limited to 'src/pcibios.c')
-rw-r--r-- | src/pcibios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcibios.c b/src/pcibios.c index b189f0bf..c8281cba 100644 --- a/src/pcibios.c +++ b/src/pcibios.c @@ -111,7 +111,7 @@ handle_1ab10d(struct bregs *regs) static void handle_1ab10e(struct bregs *regs) { - struct pir_header *pirtable_far = (struct pir_header*)GET_EBDA(pir_loc); + struct pir_header *pirtable_far = GET_EBDA(pir_loc); if (! pirtable_far) { set_code_fail(regs, RET_FUNC_NOT_SUPPORTED); return; |