Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7699 → Rev 7700

/programs/develop/cmm/disasm.cpp
706,7 → 706,7
 
 
 
char *second_660f[]={
const char *second_660f[]={
 
// 0
 
1152,7 → 1152,7
 
{
 
static char buffer[12]; // fix by cppcheck
static char buffer[25];
 
WORD32 adr;
 
1848,7 → 1848,7
 
int esc = e1*8 + REG(modrm());
 
if(MOD(modrm())==3){ //2-‰ €‰’>C0
if(MOD(modrm())==3){ //2-\89 \81\80\89\92>C0
 
if (fspecial[esc]) {
 
2572,7 → 2572,7
 
getbyte();
 
ua_str(second_660f[getbyte()]);
ua_str((char *)second_660f[getbyte()]);
 
goto endp;