summaryrefslogtreecommitdiff
path: root/src/dump_as_rust.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dump_as_rust.cpp')
-rw-r--r--src/dump_as_rust.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dump_as_rust.cpp b/src/dump_as_rust.cpp
index a1fac249..764f5a86 100644
--- a/src/dump_as_rust.cpp
+++ b/src/dump_as_rust.cpp
@@ -308,6 +308,8 @@ public:
switch(n.m_datatype)
{
case CORETYPE_INVAL: break;
+ case CORETYPE_BOOL:
+ break;
case CORETYPE_CHAR:
m_os << "'\\u" << ::std::hex << n.m_value << ::std::dec << "'";
break;