Complain about NVidia's libGL.so also when an 0x8C opcode is encountered.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@235 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/vg_include.h b/vg_include.h
index b730254..4794cd0 100644
--- a/vg_include.h
+++ b/vg_include.h
@@ -1289,6 +1289,7 @@
 /* Called when some unhandleable client behaviour is detected.
    Prints a msg and aborts. */
 extern void VG_(unimplemented) ( Char* msg );
+extern void VG_(nvidia_moan) ( void );
 
 /* The stack on which Valgrind runs.  We can't use the same stack as the
    simulatee -- that's an important design decision.  */