Module Name: src Committed By: dsl Date: Thu Jul 12 17:14:39 UTC 2012
Modified Files: src/sys/arch/amd64/amd64: db_machdep.c src/sys/arch/i386/i386: db_machdep.c Log Message: Neither i386 nor amd64 have had separate syscall_plain/fancy functions for ages, so this code can't be correct in looking for them. Change to compare against "syscall". I don't know if this changes any behaviour anywhere. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amd64/amd64/db_machdep.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/i386/i386/db_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.