mirror of
https://github.com/azahar-emu/sirit
synced 2025-11-06 23:19:59 +01:00
sirit: Add missing reference argument specifier for OpLabel
This commit is contained in:
parent
057b100a68
commit
59867b7907
@ -224,7 +224,7 @@ public:
|
|||||||
Id OpLabel();
|
Id OpLabel();
|
||||||
|
|
||||||
/// The block label instruction: Any reference to a block is through this ref.
|
/// 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);
|
return Name(OpLabel(), label_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user