Commit efd0c2063b9041281bc84eb606368370e190e284
1 parent
a44c7c15
suppressed warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3940 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
tests/test-i386-code16.S
@@ -44,9 +44,9 @@ code16_func3 = . - code16_start | @@ -44,9 +44,9 @@ code16_func3 = . - code16_start | ||
44 | ljmp $CS_SEG, $(myjmp1 - code16_start) | 44 | ljmp $CS_SEG, $(myjmp1 - code16_start) |
45 | myjmp1_next: | 45 | myjmp1_next: |
46 | 46 | ||
47 | - cs lcall myfunc2_addr - code16_start | 47 | + cs lcall *myfunc2_addr - code16_start |
48 | 48 | ||
49 | - cs ljmp myjmp2_addr - code16_start | 49 | + cs ljmp *myjmp2_addr - code16_start |
50 | myjmp2_next: | 50 | myjmp2_next: |
51 | 51 | ||
52 | data32 lret | 52 | data32 lret |