mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
nvcuda-CUDA_Support: Replace a FIXME with a TRACE, its harmless now that ContextStorage is wrapped properly.
This commit is contained in:
parent
5c890acd8a
commit
e7782a24bf
@ -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);
|
||||
+}
|
||||
+
|
||||
|
Loading…
x
Reference in New Issue
Block a user