mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3177 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ef18c8839e
commit
3b46e62427
173 changed files with 1557 additions and 1557 deletions
|
@ -7,7 +7,7 @@ CS_SEG = 0xf
|
|||
code16_start:
|
||||
|
||||
.globl code16_func1
|
||||
|
||||
|
||||
/* basic test */
|
||||
code16_func1 = . - code16_start
|
||||
mov $1, %eax
|
||||
|
@ -24,7 +24,7 @@ code16_func2 = . - code16_start
|
|||
pop %ax
|
||||
data32 lret
|
||||
|
||||
/* test various jmp opcodes */
|
||||
/* test various jmp opcodes */
|
||||
.globl code16_func3
|
||||
code16_func3 = . - code16_start
|
||||
jmp 1f
|
||||
|
@ -36,9 +36,9 @@ code16_func3 = . - code16_start
|
|||
jz 2f
|
||||
add $2, %ax
|
||||
2:
|
||||
|
||||
|
||||
call myfunc
|
||||
|
||||
|
||||
lcall $CS_SEG, $(myfunc2 - code16_start)
|
||||
|
||||
ljmp $CS_SEG, $(myjmp1 - code16_start)
|
||||
|
@ -50,7 +50,7 @@ myjmp1_next:
|
|||
myjmp2_next:
|
||||
|
||||
data32 lret
|
||||
|
||||
|
||||
myfunc2_addr:
|
||||
.short myfunc2 - code16_start
|
||||
.short CS_SEG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue