Paul Brook wrote:

In addition to this patch I also needed the attached patch to get MinGW
GCC 3.4.1 builds working...

...
- if (strstart(sym_name, "__op_label", &p)) {
+ if (strstart(sym_name, "__op_label", &p) ||
+ strstart(sym_name, "_op_label", &p)) {


I'm not sure this is the right fix. Did I miss an ASM_NAME macro somewhere?


It's not generated by assembler code, but from the C version of GOTO_TB macro. I suppose it's a bug in the particular version of compiler...

- Filip


_______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to