SWDEV-298985 - Calm down build warnings

This resolves -Wreorder warning.

Change-Id: I28851d66e19a70c4851ac056819d2daadbdc7113


[ROCm/clr commit: 215853fd54]
Tá an tiomantas seo le fáil i:
Vladislav Sytchenko
2021-08-29 13:58:48 -04:00
tuismitheoir 2b984d76a3
tiomantas f9722c79a8
+1 -1
Féach ar an gComhad
@@ -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); }