We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd7a55 commit b3ba1f6Copy full SHA for b3ba1f6
CodeHawk/CHB/bchlib/bCHGlobalMemoryMap.ml
@@ -491,7 +491,7 @@ object (self)
491
| XConst (IntConst n)
492
when n#equal CHNumerical.numerical_zero
493
&& Option.is_none tgtsize
494
- && is_unknown_type tgtbtype ->
+ && ((is_unknown_type tgtbtype) || (is_void tgtbtype)) ->
495
Ok NoOffset
496
497
when n#equal CHNumerical.numerical_zero && (not self#is_typed) ->
0 commit comments