... ^
/home/allan/decaf1.9/target-i386/op_helper.c: In function ‘helper_flds_FT0’:
/home/allan/decaf1.9/target-i386/op_helper.c:3648:6: error: frame pointer required, but reserved
void helper_flds_FT0(uint32_t val)
^
In file included from /home/allan/decaf1.9/target-i386/op_helper.c:22:0:
/home/allan/decaf1.9/dyngen-exec.h:64:20: note: for ‘env’
register CPUState *env asm(AREG0);
^
In file included from /home/allan/decaf1.9/target-i386/op_helper.c:31:0:
/home/allan/decaf1.9/target-i386/op_helper.c: In function ‘helper_DECAF_taint_patch’:
/home/allan/decaf1.9/target-i386/../shared/tainting/taintcheck_opt.h:71:56: warning: ‘taint_check’ may be used uninitialized in this function [-Wmaybe-uninitialized]
leaf_node->bitmap[(addr+i)&LEAF_ADDRESS_MASK]=taint[i];
^
/home/allan/decaf1.9/target-i386/op_helper.c:5961:11: note: ‘taint_check’ was declared here
uint8_t taint_check;
^
make[1]: *** [op_helper.o] Error 1
make: *** [subdir-i386-softmmu] Error 2