mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 00:53:26 +00:00
Fixed some visual studio warnings
This commit is contained in:
parent
6f1d694171
commit
bcc873b805
8 changed files with 10 additions and 10 deletions
|
@ -820,7 +820,7 @@ uint64_t AstNode::asInt(bool is_signed)
|
|||
}
|
||||
|
||||
if (type == AST_REALVALUE)
|
||||
return realvalue;
|
||||
return uint64_t(realvalue);
|
||||
|
||||
log_abort();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue