1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-30 04:37:20 +00:00
Chuck Rose III 936baaa5ae VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control.
This commit fixes two things.  One is a pair of VStudio compiler errors stemming from variables
which defined within the for loop statement and also within the body of the for loop.  I fixed these 
by renaming one of the two variables.  Additionally, I've made the Function*->ExFunc map in 
ExternalFunctions.cpp a ManagedStatic object, so that cleanup will be done on llvm_shutdown.  In repeated
uses of the interpreter, where the same Function* address may get used for completely differnet functions,
this was causing a crash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40558 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-27 18:26:35 +00:00
..
2007-03-27 20:23:56 +00:00
2007-04-07 19:49:35 +00:00
2006-08-09 19:40:13 +00:00
2006-08-15 03:50:10 +00:00
2007-02-14 07:39:35 +00:00
2007-07-03 21:57:50 +00:00