Comment out a debugging printf

This commit is contained in:
nemerle 2016-04-22 10:35:41 +02:00
parent d105182051
commit 9129d48429

View File

@ -742,7 +742,7 @@ static void regop(int i)
static void segop(int i)
{
if(i==0x1E) {
printf("es");
// printf("es");
}
setAddress(i, true, 0, (((int16_t)i & 0x18) >> 3) + rES, 0);
}