Fix memory.writeregion
This commit is contained in:
parent
f0233fb7f2
commit
351d0d0282
1 changed files with 1 additions and 1 deletions
|
@ -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>},
|
||||
|
|
Loading…
Add table
Reference in a new issue