Correct usage of a scratch array in X11DRV_PolyBezier.
[wine.git] / msdos / int19.c
bloba469d0aa43fef6cc8731befb209f090f71481294
1 /*
2 * BIOS interrupt 19h handler
3 */
5 #include <stdlib.h>
6 #include "miscemu.h"
7 #include "debugtools.h"
9 DEFAULT_DEBUG_CHANNEL(int19)
12 /**********************************************************************
13 * INT_Int19Handler
15 * Handler for int 19h (Reboot).
17 void WINAPI INT_Int19Handler( CONTEXT86 *context )
19 WARN("Attempted Reboot\n");