Module Name: src Committed By: thorpej Date: Fri Dec 4 00:43:00 UTC 2020
Modified Files:
src/sys/lib/libx86emu: files.x86emu
Log Message:
Build x86emu.c with -fno-inline, otherwise all of the auto-inlining
the compiler does causes stack usage to exceed the limits we've set.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/lib/libx86emu/files.x86emu
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
