aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/vm/stubRoutines_x86_64.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/vm/stubRoutines_x86_64.hpp')
-rw-r--r--src/cpu/x86/vm/stubRoutines_x86_64.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/x86/vm/stubRoutines_x86_64.hpp b/src/cpu/x86/vm/stubRoutines_x86_64.hpp
index da7e8fd56..37342b8d8 100644
--- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp
+++ b/src/cpu/x86/vm/stubRoutines_x86_64.hpp
@@ -30,13 +30,13 @@ static bool returns_to_call_stub(address return_pc) { return return_pc == _
enum platform_dependent_constants
{
- code_size1 = 9000, // simply increase if too small (assembler will
+ code_size1 = 19000, // simply increase if too small (assembler will
// crash if too small)
code_size2 = 22000 // simply increase if too small (assembler will
// crash if too small)
};
-class amd64 {
+class x86 {
friend class StubGenerator;
private: