Fix a typo in r204974 so that FTYPE_LNG matches the initialisers of
the opmask array. Pointed out by: Peter Jeremy
This commit is contained in:
parent
8d52301484
commit
4966ff62b9
@ -140,7 +140,7 @@ struct fpn {
|
||||
#define FTYPE_SNG INSFP_s
|
||||
#define FTYPE_DBL INSFP_d
|
||||
#define FTYPE_EXT INSFP_q
|
||||
#define FTYPE_LNG 5
|
||||
#define FTYPE_LNG 4
|
||||
|
||||
/*
|
||||
* Emulator state.
|
||||
|
Loading…
x
Reference in New Issue
Block a user