oops! Slap me on the head for this one. Quick fix for ward until
[coreboot.git] / src / cpu / x86 / car / copy_and_run.c
index 4954e4384170325aff2a226316424177fb3c8878..98a47c9bc623e3e8f23055db7d4b85cb3869aa8b 100644 (file)
@@ -29,8 +29,8 @@ static void copy_and_run(unsigned cpu_reset)
 #else 
 
         __asm__ volatile (
-               "leal  4+_liseg, %0\n\t"
-               "leal    _iseg,  %1\n\t"
+               "leal _liseg, %0\n\t"
+               "leal _iseg,  %1\n\t"
                 : "=a" (src) , "=b" (dst)
         );