commit | e19c91fdb88ff6fd4e88bc5984772dcfb1e86f80 | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Tue Feb 25 08:19:08 2014 -0800 |
committer | Mark Mendell <mark.p.mendell@intel.com> | Tue Feb 25 08:49:49 2014 -0800 |
tree | 3d0169db0c318f92865cf385b6e24028113f8f4c | |
parent | 67f8f404a242752651771ab34df18f8eab910cb3 [diff] |
Fix hardcoded offsets in x86 String.indexOf. Use runtime code that will work for 32 and 64 bit too. The old code copied constants from the runtime .S file and is correct for 32 bit code only. Change-Id: I668e1d7f2db8186518c358bde0759633be0d7c40 Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>