Skip to content

Commit ae60a4a

Browse files
weiyu-chengfxbot
authored andcommitted
Trivial VISA Option change
Change-Id: Iacba52e6dc1b366d7cf33b77aa7918bcbc85c848
1 parent d559301 commit ae60a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/include/VISAOptions.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ DEF_VISA_OPTION(vISA_DisableHFMath, ET_BOOL, "-disableHFMath", UNUSED,
7676
DEF_VISA_OPTION(vISA_ForceMixMode, ET_BOOL, "-forceMixMode", UNUSED, false)
7777
DEF_VISA_OPTION(vISA_UseSends, ET_BOOL, "-nosends", UNUSED, true)
7878
DEF_VISA_OPTION(vISA_doAlign1Ternary, ET_BOOL, "-noalign1ternary", UNUSED, true)
79-
DEF_VISA_OPTION(vISA_loadThreadPayload, ET_BOOL, "-loadPayload", UNUSED, false)
79+
DEF_VISA_OPTION(vISA_loadThreadPayload, ET_BOOL, "-noLoadPayload", UNUSED, true)
8080
DEF_VISA_OPTION(vISA_foldEOTtoPrevSend, ET_BOOL, "-foldEOT", UNUSED, false)
8181

8282
//=== RA options ===

0 commit comments

Comments
 (0)