We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e03e13 commit d047dd1Copy full SHA for d047dd1
visa/CISA.l
@@ -53,7 +53,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
53
#define TRACE(str)
54
#endif
55
static VISA_Type str2type(const char *str, int str_len);
56
-static VISA_Cond_Mod str2cond(const char *str);
+static VISA_Cond_Mod str2cond(const char *str);
57
static VISAAtomicOps str2atomic_opcode(const char *op_str);
58
static ISA_Opcode str2opcode(const char* op_str);
59
static VISASampler3DSubOpCode str2SampleOpcode(const char* str);
0 commit comments