Commit 709a87bb91ba11c52ad83de3554522664f928d02
authorbsekisser <squirmyworms@embarqmail.com>
Fri, 17 Oct 2014 12:29:55 +0000 (08:29 -0400)
committerbsekisser <squirmyworms@embarqmail.com>
Fri, 17 Oct 2014 12:29:55 +0000 (08:29 -0400)
treee1bb22ad7089f47dd69f5e2cf1cdf3e1998577c8
parent1a503bdcd0cc22a4f6b1149f6d63d1dc895fd5d4
Message:
core: Removal of duplicate code...

core contains two functionally equivalent blocks of code...  implimenting
cl?, se? and bclr, bset.   During operation the case code for
bclr and bset never get called, but as stated does not matter since
code at the top of the block performs the EXACT same function.
technically... using the case code SHOULD be the better performing
option...  at the moment though, neither one seems to exhibiting
any advantage over the other.

modified:   simavr/sim/sim_core.c
simavr/sim/sim_core.c