X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=sim%2Fv850%2Fv850_sim.h;h=b1dddfdd41b9013221fa03e28101a77fca47835b;hb=891e4190ba705373eec7b374209478215fff5401;hp=bf597279c33aefa12212a085a981679314176118;hpb=72ec28b8afa357cdde70c612b4e0e9f37a34f8e4;p=binutils-gdb.git diff --git a/sim/v850/v850_sim.h b/sim/v850/v850_sim.h index bf597279c33..b1dddfdd41b 100644 --- a/sim/v850/v850_sim.h +++ b/sim/v850/v850_sim.h @@ -2,7 +2,7 @@ struct simops { unsigned long opcode; unsigned long mask; - int (* func) PARAMS ((void)); + int (* func) (void); int numops; int operands[12]; };