1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

- Fix warning when compiling with -DDEBUG

Approved by:	alfred
This commit is contained in:
Pav Lucistnik 2006-05-15 22:09:45 +00:00
parent 081e5c4890
commit e4dfa7fd78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158631

View File

@ -216,7 +216,7 @@ amd64_syscall_entry(struct trussinfo *trussinfo, int nargs) {
#endif
for (i = 0; i < fsc.nargs; i++) {
#if DEBUG
fprintf(stderr, "0x%x%s",
fprintf(stderr, "0x%lx%s",
sc
? fsc.args[sc->args[i].offset]
: fsc.args[i],