]> git.sur5r.net Git - cc65/commit
Fixed an error introduced in revision 4427: The list of 65816 instructions
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 11 Dec 2011 23:40:53 +0000 (23:40 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 11 Dec 2011 23:40:53 +0000 (23:40 +0000)
commite8174de0f193d43d7113efb337167ec53c1452e6
treefc71b876f43309ec339b183d7e1d9403fc2a3d8a
parent0d04730ddf4cbd6d74f8afd7f09a3f9f389af4ff
Fixed an error introduced in revision 4427: The list of 65816 instructions
contained two items less than the counter said (because in 4427 two were
deleted without adjusting the counter). Depending on the compilers
implementation of bsearch(), some of the 65826 instructions were not found
when searching the table.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5310 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/instr.c