fixed a typo in asm_instr[]: ES_FNC->EQ_FNC

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-06-29 15:41:56 +02:00
parent 9e094ddeb5
commit 97f34d9add

View file

@ -586,7 +586,7 @@ static const struct {
{ "EQ_V" , 0, 4 },
{ "EQ_S" , 0, 4 },
{ "EQ_E" , 0, 4 },
{ "ES_FNC" , 0, 6 },
{ "EQ_FNC" , 0, 6 },
{ "NE_F" , 0, 4 },
{ "NE_V" , 0, 4 },
{ "NE_S" , 0, 4 },