summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-04-09 17:24:48 +0200
committerbunnei <bunneidev@gmail.com>2016-04-14 05:04:49 +0200
commit6e0319eec91341101505b944a652e0b635a51b6e (patch)
tree892faffcf9a8fa616ef715d5e90c721b87dbfd71 /src/video_core/shader/shader_jit_x64.h
parentshader_jit_x64: Execute certain asserts at runtime. (diff)
downloadyuzu-6e0319eec91341101505b944a652e0b635a51b6e.tar
yuzu-6e0319eec91341101505b944a652e0b635a51b6e.tar.gz
yuzu-6e0319eec91341101505b944a652e0b635a51b6e.tar.bz2
yuzu-6e0319eec91341101505b944a652e0b635a51b6e.tar.lz
yuzu-6e0319eec91341101505b944a652e0b635a51b6e.tar.xz
yuzu-6e0319eec91341101505b944a652e0b635a51b6e.tar.zst
yuzu-6e0319eec91341101505b944a652e0b635a51b6e.zip
Diffstat (limited to 'src/video_core/shader/shader_jit_x64.h')
-rw-r--r--src/video_core/shader/shader_jit_x64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader/shader_jit_x64.h b/src/video_core/shader/shader_jit_x64.h
index 159b902b2..920a269e2 100644
--- a/src/video_core/shader/shader_jit_x64.h
+++ b/src/video_core/shader/shader_jit_x64.h
@@ -108,7 +108,6 @@ private:
/// Offsets in code where a return needs to be inserted
std::set<unsigned> return_offsets;
- unsigned last_program_counter = 0; ///< Offset of the most recent instruction decoded
unsigned program_counter = 0; ///< Offset of the next instruction to decode
bool looping = false; ///< True if compiling a loop, used to check for nested loops