blob: 33ecef58237ef0b467acb1a4ede9dec3d7e19e90 [file] [log] [blame]
#include <stdio.h>
#include <stdlib.h>
#include "registers.h"
#include "wine.h"
int do_int16(struct sigcontext_struct *context)
{
switch(AH) {
case 0xc0:
default:
IntBarf(0x16, context);
};
return 1;
}