mirror of https://github.com/l4ka/hazelnut.git
19 lines
536 B
C
19 lines
536 B
C
/*********************************************************************
|
|
*
|
|
* Copyright (C) 2001, Karlsruhe University
|
|
*
|
|
* File path: x86_dis.c
|
|
* Description: Disassembler for x86.
|
|
*
|
|
* @LICENSE@
|
|
*
|
|
* $Id: x86_dis.c,v 1.8 2001/11/22 15:32:00 skoglund Exp $
|
|
*
|
|
********************************************************************/
|
|
#include <universe.h>
|
|
#include "kdebug.h"
|
|
|
|
#if defined(CONFIG_DEBUG_DISAS)
|
|
#include "../contrib/x86_dis.c"
|
|
#endif
|