fdr/teddy: switch over remaining smart ptrs

This commit is contained in:
Justin Viiret
2016-03-01 16:46:25 +11:00
committed by Matthew Barr
parent aebbd4f169
commit 57cd2331f5
5 changed files with 38 additions and 38 deletions

View File

@@ -70,9 +70,9 @@ std::pair<aligned_unique_ptr<u8>, size_t>
setupFDRFloodControl(const std::vector<hwlmLiteral> &lits,
const EngineDescription &eng);
std::pair<u8 *, size_t>
std::pair<aligned_unique_ptr<u8>, size_t>
fdrBuildTableStreaming(const std::vector<hwlmLiteral> &lits,
hwlmStreamingControl *stream_control);
hwlmStreamingControl &stream_control);
static constexpr u32 HINT_INVALID = 0xffffffff;