[Fb-contrib-commit] SF.net SVN: fb-contrib: [813] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-02-01 08:01:56
|
Revision: 813 http://svn.sourceforge.net/fb-contrib/?rev=813&view=rev Author: dbrosius Date: 2007-02-01 00:01:57 -0800 (Thu, 01 Feb 2007) Log Message: ----------- 1.4 compat Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java 2007-02-01 08:01:15 UTC (rev 812) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java 2007-02-01 08:01:57 UTC (rev 813) @@ -424,7 +424,7 @@ if (stores == null) stores = new HashMap<Integer, Integer>(); - stores.put(Integer.valueOf(reg), Integer.valueOf(pc)); + stores.put(Integer14.valueOf(reg), Integer14.valueOf(pc)); } /** @@ -437,7 +437,7 @@ if (loads == null) loads = new HashMap<Integer, Integer>(); - loads.put(Integer.valueOf(reg), Integer.valueOf(pc)); + loads.put(Integer14.valueOf(reg), Integer14.valueOf(pc)); } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |