This commit is contained in:
Jan Stoess 2007-12-07 19:28:52 +01:00
parent a59178f0b2
commit 9bdfc7c014
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ extern "C" void SECTION(".init.init32") init_paging( u32_t is_ap )
*/
u8_t *startup64;
asm(" call 1f \n\t" /* retrive ip of next instruction */
asm(" call 1f \n\t" /* retrieve ip of next instruction */
"1: popl %0 \n\t" /* save in addr */
: "=r" (startup64)
);