diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:52:26 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:52:26 +0000 |
commit | 6768eb71d8debde65562619c938b997aea1bd9f9 (patch) | |
tree | 93fc4f4a6d66891ace9494b737aa4b2c1bed37ef /assemble.h | |
parent | d7ed89eac9580f280fe0017b22c8e38ca75ed8e3 (diff) | |
download | nasm-6768eb71d8debde65562619c938b997aea1bd9f9.tar.gz |
NASM 0.95nasm-0.95
Diffstat (limited to 'assemble.h')
-rw-r--r-- | assemble.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ long insn_size (long segment, long offset, int bits, insn *instruction, efunc error); long assemble (long segment, long offset, int bits, - insn *instruction, struct ofmt *output, efunc error); + insn *instruction, struct ofmt *output, efunc error, + ListGen *listgen); #endif |