| 1452 | } |
| 1453 | |
| 1454 | void common_setFlags(CPU* cpu, U32 flags, U32 mask) { |
| 1455 | if (cpu->lazyFlagType != FLAGS_NONE) { |
| 1456 | cpu->fillFlags(); |
| 1457 | } |
| 1458 | cpu->setFlags(flags, mask); |
| 1459 | } |
| 1460 | |
| 1461 | void common_fillFlags(CPU* cpu) { |
| 1462 | cpu->fillFlags(); |