Fix test failures.

This commit is contained in:
Jeff Young 2020-08-15 19:33:21 +01:00
parent b42395ec8d
commit d7f26cfdf2
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ bool COMPILER::generateUCode( UCODE* aCode, CONTEXT* aPreflightContext )
} }
else else
{ {
value = DoubleValueFromString( EDA_UNITS::MILLIMETRES, *node->value.str ); value = DoubleValueFromString( EDA_UNITS::UNSCALED, *node->value.str );
} }
node->SetUop( TR_UOP_PUSH_VALUE, value ); node->SetUop( TR_UOP_PUSH_VALUE, value );