Fix test failures.
This commit is contained in:
parent
b42395ec8d
commit
d7f26cfdf2
|
@ -865,7 +865,7 @@ bool COMPILER::generateUCode( UCODE* aCode, CONTEXT* aPreflightContext )
|
|||
}
|
||||
else
|
||||
{
|
||||
value = DoubleValueFromString( EDA_UNITS::MILLIMETRES, *node->value.str );
|
||||
value = DoubleValueFromString( EDA_UNITS::UNSCALED, *node->value.str );
|
||||
}
|
||||
|
||||
node->SetUop( TR_UOP_PUSH_VALUE, value );
|
||||
|
|
Loading…
Reference in New Issue