suppressed warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3940 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a44c7c15ac
commit
efd0c2063b
@ -44,9 +44,9 @@ code16_func3 = . - code16_start
|
|||||||
ljmp $CS_SEG, $(myjmp1 - code16_start)
|
ljmp $CS_SEG, $(myjmp1 - code16_start)
|
||||||
myjmp1_next:
|
myjmp1_next:
|
||||||
|
|
||||||
cs lcall myfunc2_addr - code16_start
|
cs lcall *myfunc2_addr - code16_start
|
||||||
|
|
||||||
cs ljmp myjmp2_addr - code16_start
|
cs ljmp *myjmp2_addr - code16_start
|
||||||
myjmp2_next:
|
myjmp2_next:
|
||||||
|
|
||||||
data32 lret
|
data32 lret
|
||||||
|
Loading…
Reference in New Issue
Block a user