Make aicasm compile without warnings if -Wpointer-sign is enabled.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2012-06-04 17:22:43 +00:00
parent 4737d389b0
commit cec20e143c

View File

@ -530,7 +530,7 @@ output_listing(char *ifilename)
int instrptr;
unsigned int line;
int func_count;
int skip_addr;
unsigned int skip_addr;
instrcount = 0;
instrptr = 0;