Fix memory.writeregion

This commit is contained in:
Ilari Liusvaara 2014-06-16 12:39:22 +03:00
parent f0233fb7f2
commit 351d0d0282

View file

@ -859,7 +859,7 @@ namespace
{"store", copy_to_host<false>},
{"storecmp", copy_to_host<true>},
{"readregion", readregion},
{"writeregion", readregion},
{"writeregion", writeregion},
{"read_sg", memory_scattergather<false, false>},
{"sread_sg", memory_scattergather<false, true>},
{"write_sg", memory_scattergather<true, false>},