Commit e269f8ad authored by Carl van Schaik's avatar Carl van Schaik Committed by Alexandre Julliard

Stubs for dos mode reboot interrupt.

parent 0ada41eb
/*
* BIOS interrupt 19h handler
*/
#include <stdlib.h>
#include "miscemu.h"
#include "debug.h"
/**********************************************************************
* INT_Int19Handler
*
* Handler for int 19h (Reboot).
*/
void WINAPI INT_Int19Handler( CONTEXT *context )
{
WARN(int19, "Attempted Reboot\n");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment