Debugger: Fix one call to check(False)

Not much harm done, the code was meant to raise an exception anyway...

Change-Id: I81db4081b4ca583e46a826aaee2fc8fa3f186a11
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-04-15 13:29:25 +02:00
parent 6965fc30b1
commit 89661af04e

View File

@@ -1065,7 +1065,7 @@ class Dumper(DumperBase):
if typeobj.code != StructCode and typeobj.code != UnionCode:
warn("WRONG ASSUMPTION HERE: %s " % typeobj.code)
check(False)
self.check(False)
if tryDynamic: