提交 efd0c206 编写于 作者: B bellard

suppressed warnings


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3940 c046a42c-6fe2-441c-8c8c-71466251a162
上级 a44c7c15
......@@ -44,9 +44,9 @@ code16_func3 = . - code16_start
ljmp $CS_SEG, $(myjmp1 - code16_start)
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:
data32 lret
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册