Skip to content
Snippets Groups Projects
Commit e269f8ad authored by Carl van Schaik's avatar Carl van Schaik Committed by Alexandre Julliard
Browse files

Stubs for dos mode reboot interrupt.

parent 0ada41eb
No related branches found
No related tags found
No related merge requests found
/*
* 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");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment