<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I'm attempting to add a new member variable to the Instruction class but I get assertion errors when I run lli.<br><br>All I add is the following line to the private portion of the Instruction class definition.<br><br>bool b;<br><br>The error usually is:<br><br>lli: /development/Contracts/DOVE/src/c/llvm/include/llvm/Type.h:329: void llvm::Type::dropRef() const: Assertion `isAbstract() && "Cannot drop a reference to a non-abstract type!"' failed.<br>lli((anonymous namespace)::PrintStackTrace()+0x1a)[0x848a04a]<br>/lib/tls/libc.so.6(abort+0x129)[0x5a1319]<br>/lib/tls/libc.so.6(__assert_fail+0x101)[0x598f41]<br>lli[0x8438796]<br>Aborted<br><br>I'm lost on where this error is coming from or what it means.  Is there anyway of adding extra member variables to the Instruction class?<br><br /><hr />Windows Live Hotmail and Microsoft Office Outlook – together at last. <a href='http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033' target='_new'>Get it now!</a></body>
</html>