X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6af2607b63ce649a919513949d5f8a8deb2e6663..2409953140a979f32e0cb7cbce2517df59341958:/base/regdump.c diff --git a/base/regdump.c b/base/regdump.c index d4f5fdec..2fc0f997 100644 --- a/base/regdump.c +++ b/base/regdump.c @@ -659,7 +659,7 @@ void regdump_fp(const struct regmap *map) regdump(map, 0, REGF_HEX | REGF_UNSGN | REGF_SGN | REGF_FLT | REGF_CHR | REGF_64 | REGF_32 | REGF_16 | REGF_8 | - REGSRC_SIMD | i | (6 << REGF_WDSHIFT)); + REGSRC_FP | i | (6 << REGF_WDSHIFT)); printf(";; Floating-point state:\n"); dump_fpflags(0, map->fp->fpscr);