debugger: fix static/extern issue which broke compilation

Previously (on gcc) compilation would fail with:
pcsx2/DebugTools/DisR5900asm.cpp:58:37: error: ‘R5900::GPR_REG’ was
declared ‘extern’ and later ‘static’ [-fpermissive]
This commit is contained in:
Tobias Jakobi 2014-08-17 14:44:05 +02:00
parent 05b33012b7
commit 6eb0ecbe7c
1 changed files with 11 additions and 8 deletions