commit | d5315573d792c8441482b1cbe9ac7e93d3f730d1 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Wed Sep 09 13:19:34 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Wed Sep 09 13:19:34 2009 -0700 |
tree | 00d119ea436e41198a76c918a33b3924b76686c2 | |
parent | d62ae8f12f7b6b7fa13366a064ad4d483a3312e5 [diff] [blame] |
Move ARM disassembler out of libacc and into the acc command-line tool.
diff --git a/include/acc/acc.h b/include/acc/acc.h index af21a46..1182355 100644 --- a/include/acc/acc.h +++ b/include/acc/acc.h
@@ -77,6 +77,12 @@ void accGetPragmas(ACCscript* script, ACCsizei* actualStringCount, ACCsizei maxStringCount, ACCchar** strings); +/* Used to implement disassembly */ + +void accGetProgramBinary(ACCscript* script, + ACCvoid** base, + ACCsizei* length); + #ifdef __cplusplus }; #endif