X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fsvp%2Fgen_arm.c;h=d92ae24012eb8d876e58c742f799d03195fb1e46;hb=a6fb500bb2acf2f62a89f03129fb91d0a48ee036;hp=32b965801221e3ad065dc79c4e4e3c197139301b;hpb=bad5731da9c9131112dafc9320b5078eb2536232;p=picodrive.git diff --git a/Pico/carthw/svp/gen_arm.c b/Pico/carthw/svp/gen_arm.c index 32b9658..d92ae24 100644 --- a/Pico/carthw/svp/gen_arm.c +++ b/Pico/carthw/svp/gen_arm.c @@ -127,7 +127,6 @@ static void emit_mov_const(int cond, int d, unsigned int val) { int need_or = 0; if (val & 0xff000000) { - EOP_MOV_IMM(d, 8/2, (val>>24)&0xff); EOP_C_DOP_IMM(cond, A_OP_MOV, 0, 0, d, 8/2, (val>>24)&0xff); need_or = 1; }