--- np2/win9x/debuguty/viewasm.cpp 2004/02/18 02:03:37 1.4 +++ np2/win9x/debuguty/viewasm.cpp 2004/04/08 13:08:23 1.5 @@ -29,6 +29,7 @@ static void viewasm_paint(NP2VIEW_T *vie BYTE buf[16]; char str[16]; HFONT hfont; + BOOL opsize; _UNASM una; int step; @@ -220,3 +221,4 @@ void viewasm_init(NP2VIEW_T *dst, NP2VIE dst->mul = 1; dst->pos = 0; } +