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) {
if (var.getId() == kInvalidValue)
return NULL;
return kErrorOk;
HLHint* node = newHintNode(var, hint, value);
if (node == NULL)

View File

@@ -1989,7 +1989,7 @@ ASMJIT_ENUM(X86Round) {
//! Round control - round toward zero (truncate).
kX86RoundTrunc = 0x3,
//! Rounding select - if set it will use the the current rounding mode
//! according to MXCS and ignore the round control (RC) bits.
//! according to MXCS and ignore the round control (RC) bits.
kX86RoundCurrent = 0x4,
//! Precision mask - if set it avoids an inexact exception.
kX86RoundInexact = 0x8