Fix wrong function name in the exception log
Bug report: https://sourceforge.net/p/dosbox/bugs/518/
This commit is contained in:
parent
15ca669199
commit
4add527371
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ static void gen_mov_host(void * data,DynReg * dr1,Bitu size,Bit8u di1=0) {
|
|||
case 2:cache_addb(0x66); //mov word
|
||||
case 4:cache_addb(0x8b);break; //mov
|
||||
default:
|
||||
IllegalOption("gen_load_host");
|
||||
IllegalOption("gen_mov_host");
|
||||
}
|
||||
cache_addb(0x5+((gr1->index+(di1?4:0))<<3));
|
||||
cache_addd((Bit32u)data);
|
||||
|
|
Loading…
Add table
Reference in a new issue