Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / gxemul / patches / patch-src_components_cpu_M88K__CPUComponent.cc
blobdfd094c3d171b7e03c4c070568e3b2fb73521900
1 $NetBSD$
3 --- src/components/cpu/M88K_CPUComponent.cc.orig 2010-02-14 09:33:54.000000000 +0000
4 +++ src/components/cpu/M88K_CPUComponent.cc
5 @@ -337,7 +337,7 @@ int M88K_CPUComponent::GetDyntransICshif
9 -void (*M88K_CPUComponent::GetDyntransToBeTranslated())(CPUDyntransComponent*, DyntransIC*) const
10 +DyntransIC_t M88K_CPUComponent::GetDyntransToBeTranslated() const
12 return instr_ToBeTranslated;