diff options
| author | Astrid Smith | 2010-09-14 19:50:47 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-14 19:50:47 -0700 |
| commit | 2fffd745741cdefa133837a40d3672894f610e81 (patch) | |
| tree | b6a6124f9352442d7a76b8788e60d5a902203489 /flags.asm | |
| parent | 5e4ce46cab62bc9d7b127b3feed01588b32bb9de (diff) | |
Trivial changes.
Diffstat (limited to 'flags.asm')
| -rw-r--r-- | flags.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -177,6 +177,9 @@ flags_normalize: move.b (f_host_sr+1)(pc),d1 ; 8/4 ;; .w keeps d1 clean andi.w #%00011111,d1 ; 8/4 + + ;; doesn't this invalidate the previous contents of d1 + ;; entirely? move.b lut_ccr(pc,d1.w),d1 ; 10/4 move.b flag_valid(pc),d0 not.b d0 |
