Mail Archives: djgpp/1994/12/02/05:46:41
Eli Zaretskii writes:
> _go32_dpmi_simulate_int(), on the other hand, will always work.
> Just remember to zero out the SS, SP and FLAGS fields of the
> structure you pass to it before the call.
Perhaps _go32_dpmi_simulate_int() should abort if SP is not evenly
divisible by four? It's not clear that you ever want an SP *not*
evenly divisible by four, and that would help catch some uninitialized
SP bugs. The overhead for this check is insignificant compared to
everything else that happens.
-Mat
- Raw text -