diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S index aa3465b2..c85e563d 100644 --- a/src/arch/i386/prefix/romprefix.S +++ b/src/arch/i386/prefix/romprefix.S @@ -445,7 +445,7 @@ get_pmm: /* Preserve registers */ pushl %eax pushw %di - movw $' ', %di + movw $( ' ' ), %di get_pmm_find: /* Try to find existing block */ pushl %ebx /* PMM handle */ @@ -474,7 +474,7 @@ get_pmm_allocate: pushw %dx pushw %ax popl %esi - movw $'+', %di /* Indicate allocation attempt */ + movw $( '+' ), %di /* Indicate allocation attempt */ testl %esi, %esi jnz get_pmm_done stc