From 0ce06988a6a13f9a8f48f2230b1b9727ee86081e Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Tue, 14 Aug 2012 13:53:25 -0800 Subject: Fixing bugs 169, 170, 171 [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13761] --- cuobjdump_to_ptxplus/ptx_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cuobjdump_to_ptxplus/ptx_parser.h') diff --git a/cuobjdump_to_ptxplus/ptx_parser.h b/cuobjdump_to_ptxplus/ptx_parser.h index c6d7027..ce77c2f 100644 --- a/cuobjdump_to_ptxplus/ptx_parser.h +++ b/cuobjdump_to_ptxplus/ptx_parser.h @@ -90,6 +90,7 @@ void add_pred( const char *a, int b, int c ) {DPRINTF(" ");} void add_scalar_operand( const char *a ) {DPRINTF("%s", a);} void add_neg_pred_operand( const char *a ) {DPRINTF(" ");} void add_address_operand( const char *a, int b ) {DPRINTF("%s", a);} +void add_address_operand2( int b ) {DPRINTF(" ");} void change_operand_lohi( int a ) {DPRINTF(" ");} void change_double_operand_type( int a ) {DPRINTF(" ");} void change_operand_neg( ) {DPRINTF(" ");} -- cgit v1.3