Fix #1536
This commit is contained in:
parent
1c16e46f23
commit
ed9f9ccbab
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ static void SetSys (const char* Sys)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
AbEnd ("Unknown target system type %d", Target);
|
AbEnd ("Unknown target system '%s'", Sys);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initialize the translation tables for the target system */
|
/* Initialize the translation tables for the target system */
|
||||||
|
|
Loading…
Add table
Reference in a new issue