diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-06-04 17:22:43 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-06-04 17:22:43 +0000 |
| commit | cec20e143cf395d987df6d39fbdeb950e75248a7 (patch) | |
| tree | 5ee03eea2b2d3788c06d497b741a3769749b7b47 /sys | |
| parent | 4737d389b0dc2d93fb731ad5976b5451ab6488e3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm.c b/sys/dev/aic7xxx/aicasm/aicasm.c index 1b88ba02e806..b5e159213e5c 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.c +++ b/sys/dev/aic7xxx/aicasm/aicasm.c @@ -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; |
