nvcuda-CUDA_Support: Replace a FIXME with a TRACE, its harmless now that ContextStorage is wrapped properly.

This commit is contained in:
Sebastian Lackner 2015-01-09 08:05:29 +01:00
parent 5c890acd8a
commit e7782a24bf

View File

@ -287,7 +287,7 @@ index 0000000..4e733eb
+
+void* WINAPI Unknown1_func4_relay(void *param0)
+{
+ FIXME("(%p)\n", param0);
+ TRACE("(%p)\n", param0);
+ return Unknown1_orig->func4(param0);
+}
+