You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
nvcuda-CUDA_Support: Replace a FIXME with a TRACE, its harmless now that ContextStorage is wrapped properly.
This commit is contained in:
@ -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);
|
||||
+}
|
||||
+
|
||||
|
Reference in New Issue
Block a user