diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-05-30 00:21:25 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-05-30 00:21:25 +0000 |
commit | 2191960e56f0d5d2927274ce8be4c5634d5398ab (patch) | |
tree | 9d930e283e1384a546eb1ded8b44dc97450878b6 /dev-dotnet/pnet/files | |
parent | Added new init.d script (Manifest recommit) (diff) | |
download | gentoo-2-2191960e56f0d5d2927274ce8be4c5634d5398ab.tar.gz gentoo-2-2191960e56f0d5d2927274ce8be4c5634d5398ab.tar.bz2 gentoo-2-2191960e56f0d5d2927274ce8be4c5634d5398ab.zip |
Patch to fix compilation on 64bit architectures
Diffstat (limited to 'dev-dotnet/pnet/files')
-rw-r--r-- | dev-dotnet/pnet/files/verify_branch.c.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-dotnet/pnet/files/verify_branch.c.patch b/dev-dotnet/pnet/files/verify_branch.c.patch new file mode 100644 index 000000000000..21d6eac48337 --- /dev/null +++ b/dev-dotnet/pnet/files/verify_branch.c.patch @@ -0,0 +1,11 @@ +--- engine/verify_branch.c.orig 2004-05-30 02:08:29.008994680 +0200 ++++ engine/verify_branch.c 2004-05-30 02:09:01.879997528 +0200 +@@ -218,7 +218,7 @@ + stack[posn].engineType == ILEngineType_I) + { + if(labelStack[posn].engineType == ILEngineType_I8 || +- labelStack[posn].engineType = ILEngineType_I) ++ labelStack[posn].engineType == ILEngineType_I) + { + continue; + } |