Module Name: src Committed By: uwe Date: Sat Dec 24 14:47:47 UTC 2022
Modified Files: src/sys/arch/amd64/amd64: db_machdep.c src/sys/arch/i386/i386: db_machdep.c Log Message: {amd64,i386}/db_machdep.c: Don't bury a function call in an if condition db_frame_info has many arguments and requires contorted line wrapping that obscures the condition. The same object code is generated (modulo a local variable moved closer to its only use site). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/amd64/amd64/db_machdep.c cvs rdiff -u -r1.9 -r1.10 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.