From 256c83a87670afbf2f3623bf545dcf594b77dd58 Mon Sep 17 00:00:00 2001 From: Alex Lin Date: Tue, 13 Sep 2016 16:37:59 -0500 Subject: [PATCH] ICG not setting default checkpointing io correctly. #308 Changed the default io value from 3 which left out checkpointing to 15 which does include checkpointing. --- trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp b/trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp index 733a9148..a42b2ce5 100644 --- a/trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp +++ b/trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp @@ -43,7 +43,7 @@ FieldDescription::FieldDescription( units("1") , is_dashdash(false) , line_no(0) , - io(3) , + io(15) , type_enum_string("TRICK_VOID") , is_bitfield(0) , bitfield_width(0) ,