Skip to content

Commit 2fda260

Browse files
fangliu2020igcbot
authored andcommitted
Turn option "-dynamicAddrForExDescInLscSend" on by default. 2nd try.
Turn option "-dynamicAddrForExDescInLscSend" on by default
1 parent 0250ab8 commit 2fda260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/include/VISAOptionsDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ DEF_VISA_OPTION(vISA_dynamicAddrForExDescInLscSend, ET_BOOL_TRUE,
179179
"-dynamicAddrForExDescInLscSend",
180180
"Use unfixed address which is assigned by RA instead of a0.2 as "
181181
"the extend messaged descriptor in LSC send messages",
182-
false)
182+
true)
183183

184184
//=== code gen options ===
185185
DEF_VISA_OPTION(vISA_noSrc1Byte, ET_BOOL, "-nosrc1byte", UNUSED, false)

0 commit comments

Comments
 (0)