]> granicus.if.org Git - yasm/commit
* bytecode.c (yasm_bc_tobytes): *really* fix handling of bytecodes larger than provid...
authorPeter Johnson <peter@tortall.net>
Sun, 5 Feb 2006 02:47:56 +0000 (02:47 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 5 Feb 2006 02:47:56 +0000 (02:47 -0000)
commit96be9465655fc2fdbe395896c6a1b46cc692cd86
treeb28bc0d5404f08f113abe3a068f82e62ab86d193
parentafc69ea6f4f66c8a97672b2335c47ad99ca780a1
* bytecode.c (yasm_bc_tobytes): *really* fix handling of bytecodes larger than provided buffer.
The only way to cause this to happen is with incbin, and while we do have a test intended for this,
it doesn't actually check this functionality due to a change made to unbreak distcheck; next up is
figuring out a good test that will work for different source/build directories.

svn path=/trunk/yasm/; revision=1362
libyasm/bytecode.c