diff options
Diffstat (limited to 'board/sc520_cdp/sc520_cdp_asm.S')
-rw-r--r-- | board/sc520_cdp/sc520_cdp_asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc520_cdp/sc520_cdp_asm.S b/board/sc520_cdp/sc520_cdp_asm.S index 7f70d65..6ac5a5d 100644 --- a/board/sc520_cdp/sc520_cdp_asm.S +++ b/board/sc520_cdp/sc520_cdp_asm.S @@ -73,7 +73,7 @@ done: movb $0x88, %al movw $0x680, %dx out %al, %dx - jmp *%ebp /* return to caller */ + jmp *%ebp /* return to caller */ .globl show_boot_progress |