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:
marius 2010-03-11 07:46:17 +00:00
parent 8d52301484
commit 4966ff62b9

View File

@ -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.