X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ef1f141d03eead889c8182b5e9ea6f85e1391f8e..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);