From 7fdaceee72dae5cceb265b528d5071ff5bf28e92 Mon Sep 17 00:00:00 2001 From: fireice-uk Date: Fri, 13 Oct 2017 16:42:55 +0100 Subject: Add return value --- xmrstak/backend/globalStates.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'xmrstak/backend/globalStates.hpp') diff --git a/xmrstak/backend/globalStates.hpp b/xmrstak/backend/globalStates.hpp index 2be06ae..855488d 100644 --- a/xmrstak/backend/globalStates.hpp +++ b/xmrstak/backend/globalStates.hpp @@ -37,6 +37,7 @@ struct globalStates { uint32_t debug_nonce = nicehash_nonce | iGlobalNonce.fetch_add(reserve_count); printer::inst()->print_msg(L1, "DEBUG: start_nonce assigned nh: %.8x rc: %.8x nonce: %.8x", nicehash_nonce, reserve_count, debug_nonce); + return debug_nonce; } miner_work oGlobalWork; -- cgit v1.1