In PTXInstruction.cpp:
case Bar: {
if( !a.addressMode == PTXOperand::Immediate ) {...}
should be:
case Bar: {
if( a.addressMode != PTXOperand::Immediate ) {...}
The same occurs for Pmevent.
Original issue reported on code.google.com by rodrigo.d.dominguez@gmail.com on 5 Nov 2009 at 1:44
Original issue reported on code.google.com by
rodrigo.d.dominguez@gmail.com
on 5 Nov 2009 at 1:44