[Kernel] Fix specification of constant reference.

Change-Id: Ic17294da65e3f27d52692975a48b8aa3132c2739
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100841
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Commit-Queue: Kevin Millikin <kmillikin@google.com>
Auto-Submit: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Kevin Millikin <kmillikin@google.com>
This commit is contained in:
Aske Simon Christensen
2019-04-30 10:24:38 +00:00
committed by commit-bot@chromium.org
parent f3e1480b52
commit af3ec66106
+1 -1
View File
@@ -87,7 +87,7 @@ type StringReference {
}
type ConstantReference {
UInt index; // Index into the Component's constants.
UInt offset; // Byte offset into the Component's constants.
}
type SourceInfo {