Code cleanup: moving ExportResolver to xe::cpu
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#define XE_EXPORT(module, ordinal, name, type, flags) \
|
||||
{ \
|
||||
ordinal, \
|
||||
KernelExport::type, \
|
||||
xe::cpu::KernelExport::type, \
|
||||
flags, \
|
||||
#name, \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user