1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-24 21:32:47 -05:00

Fixed merge

This commit is contained in:
MoneroOcean
2024-08-12 00:20:57 +03:00
parent d05ddedf01
commit 293e5bc9ac
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ size_t xmrig::OclRyoRunner::bufferSize() const
}
void xmrig::OclRyoRunner::run(uint32_t nonce, uint32_t *hashOutput)
void xmrig::OclRyoRunner::run(uint32_t nonce, uint32_t /*nonce_offset*/, uint32_t *hashOutput)
{
static const cl_uint zero = 0;

View File

@@ -49,7 +49,7 @@ public:
protected:
size_t bufferSize() const override;
void run(uint32_t nonce, uint32_t *hashOutput) override;
void run(uint32_t nonce, uint32_t nonce_offset, uint32_t *hashOutput) override;
void set(const Job &job, uint8_t *blob) override;
void build() override;
void init() override;