summaryrefslogtreecommitdiff
path: root/hw/xfree86/x86emu/ops2.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/x86emu/ops2.c')
-rw-r--r--hw/xfree86/x86emu/ops2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/x86emu/ops2.c b/hw/xfree86/x86emu/ops2.c
index 39bd0411d..501d5fcb2 100644
--- a/hw/xfree86/x86emu/ops2.c
+++ b/hw/xfree86/x86emu/ops2.c
@@ -110,7 +110,7 @@ Handles opcode 0x0f,0x80-0x8F
static void x86emuOp2_long_jump(u8 op2)
{
s32 target;
- char *name = NULL;
+ const char *name = NULL;
int cond = 0;
/* conditional jump to word offset. */
@@ -204,7 +204,7 @@ static void x86emuOp2_set_byte(u8 op2)
int mod, rl, rh;
uint destoffset;
u8 *destreg;
- char *name = NULL;
+ const char *name = NULL;
int cond = 0;
START_OF_INSTR();