projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 950122
[wine]
/
debugger
/
db_disasm.h
1
#define FALSE 0
2
#define TRUE 1
3
4
typedef unsigned char boolean_t;
5
typedef unsigned long db_addr_t;
6
7
extern db_addr_t db_disasm(db_addr_t loc, boolean_t altfmt, boolean_t flag16);