summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/CommandProcessor.cpp
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2010-07-18 08:30:40 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2010-07-18 08:30:40 +0000
commitb0041f00a3d1a7a13485bd6b83d94d22981ac8ac (patch)
tree37dadab91b5e0e644969dca10c19f1af8ab5af35 /Source/Core/VideoCommon/Src/CommandProcessor.cpp
parentfaf586e8f1b1f9dc08840ae6003a334ff2f310d4 (diff)
I missed some cases in r5901:
Because we only ever call Pos_ReadDirect (and through that, DataRead<T>) from JIT generated code, the compiler may not get the heads-up to properly prepare for run-time instantiation of those template functions. Explicitly instantiating Pos_ReadDirect gets around that issue. Also force DataRead* inline as gcc didn't always do that itself when the DataRead functions in turn were called from (other) template functions. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5902 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/CommandProcessor.cpp')
0 files changed, 0 insertions, 0 deletions