Corrected direction of comparison in sizeof context overlay.

This commit is contained in:
Joel Sherrill
2000-05-19 19:01:39 +00:00
parent d88b46fe00
commit 459d051bcf

View File

@@ -282,7 +282,7 @@ void _CPU_Initialize(
* we are in trouble. * we are in trouble.
*/ */
if ( sizeof(Context_Control_overlay) < sizeof(Context_Control) ) if ( sizeof(Context_Control_overlay) > sizeof(Context_Control) )
_CPU_Fatal_error(0x100 + 1); _CPU_Fatal_error(0x100 + 1);
/* /*