Index: test/mjsunit/tools/profile.js |
diff --git a/test/mjsunit/tools/profile.js b/test/mjsunit/tools/profile.js |
index fcd3034f4eb8cdb8c0069e37108754074a07e597..c9d2da78dc5eeb28c671b6036b2bfcf4bb837d88 100644 |
--- a/test/mjsunit/tools/profile.js |
+++ b/test/mjsunit/tools/profile.js |
@@ -78,9 +78,9 @@ ProfileTestDriver.prototype.addFunctions_ = function() { |
this.profile.addLibrary('lib2', 0x21000, 0x22000); |
this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900); |
this.profile.addStaticCode('lib2-f2', 0x21200, 0x21500); |
- this.profile.addCode('T', 'F1', 0x50100, 0x100); |
- this.profile.addCode('T', 'F2', 0x50200, 0x100); |
- this.profile.addCode('T', 'F3', 0x50400, 0x100); |
+ this.profile.addCode('T', 'F1', 1, 0x50100, 0x100); |
+ this.profile.addCode('T', 'F2', 2, 0x50200, 0x100); |
+ this.profile.addCode('T', 'F3', 3, 0x50400, 0x100); |
}; |