mirror of
https://github.com/azahar-emu/sirit
synced 2025-11-07 07:30:00 +01:00
Merge pull request #8 from lioncash/ref
sirit: Add missing reference argument specifier for OpLabel
This commit is contained in:
commit
a8ac2068a6
@ -224,7 +224,7 @@ public:
|
||||
Id OpLabel();
|
||||
|
||||
/// The block label instruction: Any reference to a block is through this ref.
|
||||
Id OpLabel(const std::string label_name) {
|
||||
Id OpLabel(const std::string& label_name) {
|
||||
return Name(OpLabel(), label_name);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user