Am 06.08.2011 01:17, schrieb Kenneth Salerno:
With this patch it gets caught up in tcg/tcg.c line 1646:
if (ts->val_type == TEMP_VAL_REG)
...
else if (ts->val_type == TEMP_VAL_MEM)
...
else if (ts->val_type == TEMP_VAL_CONST)
....
} else { <------- we get here by changing unsigned int to unsigned
character
tcg_abort();
}
Output from QEMU:
/home/kens/cross-compile/qemu/testing/qemu/tcg/tcg.c:1646: tcg fatal error
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.
Thanks,
Ken
That's a different issue. Read more here:
http://lists.nongnu.org/archive/html/qemu-devel/2011-08/msg00758.html
http://lists.nongnu.org/archive/html/qemu-devel/2011-08/msg00797.html
Regards,
Stefan