Skip to content

Commit a0ffef2

Browse files
alexmarkovCommit Queue
authored andcommitted
[vm] Fix ia32 build
This is a follow-up to https://dart-review.googlesource.com/c/sdk/+/433940. TEST=tools/build.py -a ia32 -m release runtime Cq-Include-Trybots: luci.dart.try:vm-linux-debug-ia32-try,vm-linux-release-ia32-try Change-Id: Ic19d807330ad243b9896728abd3e322965f0589c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/434524 Auto-Submit: Alexander Markov <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Alexander Aprelev <[email protected]>
1 parent aa00d48 commit a0ffef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/vm/object.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5812,6 +5812,7 @@ class Instructions : public Object {
58125812
return reinterpret_cast<uword>(instr->untag()) + HeaderSize();
58135813
}
58145814

5815+
word WritablePayloadStart() const { return WritablePayloadStart(ptr()); }
58155816
static word WritablePayloadStart(const InstructionsPtr instr) {
58165817
return reinterpret_cast<uword>(instr->untag()) + HeaderSize();
58175818
}

0 commit comments

Comments
 (0)