compiling stops with:
Compiling src/emu/cpu/drcbex64.c...
drcbex64.c
src\emu\cpu\drcbex64.c(4862) : error C2220: warning treated as error - no 'object' file generated
src\emu\cpu\drcbex64.c(4862) : warning C4003: not enough actual parameters for macro 'MABS'
src\emu\cpu\drcbex64.c(4862) : warning C4047: 'function' : 'drcbe_state *' differs in levels of indirection from 'drcuml_pvalue'
src\emu\cpu\drcbex64.c(4862) : warning C4024: 'offset_from_rbp' : different types for formal and actual parameter 1
src\emu\cpu\drcbex64.c(4862) : error C2059: syntax error : ')'
src\emu\cpu\drcbex64.c(4869) : warning C4003: not enough actual parameters for macro 'MABS'
src\emu\cpu\drcbex64.c(4869) : warning C4047: 'function' : 'drcbe_state *' differs in levels of indirection from 'drcuml_pvalue'
src\emu\cpu\drcbex64.c(4869) : warning C4024: 'offset_from_rbp' : different types for formal and actual parameter 1
src\emu\cpu\drcbex64.c(4869) : error C2059: syntax error : ')'
src\emu\cpu\drcbex64.c(4881) : warning C4003: not enough actual parameters for macro 'MABS'
src\emu\cpu\drcbex64.c(4881) : warning C4047: 'function' : 'drcbe_state *' differs in levels of indirection from 'drcuml_pvalue'
src\emu\cpu\drcbex64.c(4881) : warning C4024: 'offset_from_rbp' : different types for formal and actual parameter 1
src\emu\cpu\drcbex64.c(4881) : error C2059: syntax error : ')'
src\emu\cpu\drcbex64.c(4888) : warning C4003: not enough actual parameters for macro 'MABS'
src\emu\cpu\drcbex64.c(4888) : warning C4047: 'function' : 'drcbe_state *' differs in levels of indirection from 'drcuml_pvalue'
src\emu\cpu\drcbex64.c(4888) : warning C4024: 'offset_from_rbp' : different types for formal and actual parameter 1
src\emu\cpu\drcbex64.c(4888) : error C2059: syntax error : ')'
src\emu\cpu\drcbex64.c(4901) : error C2143: syntax error : missing '{' before '*'
src\emu\cpu\drcbex64.c(4902) : error C2371: 'op_mov' : redefinition; different basic types
src\emu\cpu\drcbex64.c(432) : see declaration of 'op_mov'
src\emu\cpu\drcbex64.c(4924) : warning C4133: 'return' : incompatible types - from 'x86code *' to 'int *'
src\emu\cpu\drcbex64.c(5010) : warning C4133: 'return' : incompatible types - from 'x86code *' to 'int *'
mingw32-make: *** [obj/windows/vmame/emu/cpu/drcbex64.o] Error 2 |