Usermode/libc++ - Fix off by one in map indexing
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / typeinfo.cc
index e860f58..31907ee 100644 (file)
@@ -100,6 +100,7 @@ bool type_info::__is_child(const type_info &poss_child, unsigned long &offset) c
                // Multiple inheritance
                _SysDebug("TODO: type_info::__is_child - Multiple inheritance");
                abort();
+               for(;;);
        }
        else {
                // Oops!
@@ -107,6 +108,7 @@ bool type_info::__is_child(const type_info &poss_child, unsigned long &offset) c
                        typeid(poss_child).name()
                        );
                abort();
+               for(;;);
        }
 }
 

UCC git Repository :: git.ucc.asn.au