Fix ASSERTMSG definition and usage (which is: ASSERTMSG(Message, expression) and not the other way around, see http://msdn.microsoft.com/en-us/library/windows/hardware/ff542113(v=vs.85).aspx , http://www.osronline.com/DDKx/ddtools/debugfns_41yr.htm and google...) (Part 4/4)

Everything fixed now \o/

svn path=/trunk/; revision=59511
This commit is contained in:
Hermès Bélusca-Maïto 2013-07-19 13:16:47 +00:00
parent a24ce168b5
commit d81b4016ce

View file

@ -548,7 +548,7 @@ HvTrackCellRef(PHV_TRACK_CELL_REF CellRef,
}
/* FIXME: TODO */
ASSERTMSG(FALSE, "ERROR: Too many references\n");
ASSERTMSG("ERROR: Too many references\n", FALSE);
return FALSE;
}