SWDEV-298985 - Calm down build warnings

This resolves -Wreorder warning.

Change-Id: I28851d66e19a70c4851ac056819d2daadbdc7113
Este commit está contenido en:
Vladislav Sytchenko
2021-08-29 13:58:48 -04:00
padre d5f51db5b1
commit 215853fd54
+1 -1
Ver fichero
@@ -1521,7 +1521,7 @@ class SvmPrefetchAsyncCommand : public Command {
SvmPrefetchAsyncCommand(HostQueue& queue, const EventWaitList& eventWaitList,
const void* dev_ptr, size_t count, amd::Device* dev, bool cpu_access)
: Command(queue, 1, eventWaitList), dev_ptr_(dev_ptr), count_(count),
dev_(dev), cpu_access_(cpu_access) {}
cpu_access_(cpu_access), dev_(dev) {}
virtual void submit(device::VirtualDevice& device) { device.submitSvmPrefetchAsync(*this); }