This commit is contained in:
kobalicek
2015-12-12 18:08:02 +01:00
parent 1e322d4922
commit bda7673558
2 changed files with 2 additions and 2 deletions

View File

@@ -450,7 +450,7 @@ Error Compiler::comment(const char* fmt, ...) {
Error Compiler::_hint(Var& var, uint32_t hint, uint32_t value) { Error Compiler::_hint(Var& var, uint32_t hint, uint32_t value) {
if (var.getId() == kInvalidValue) if (var.getId() == kInvalidValue)
return NULL; return kErrorOk;
HLHint* node = newHintNode(var, hint, value); HLHint* node = newHintNode(var, hint, value);
if (node == NULL) if (node == NULL)