glasm: Add missing return value on move assignment
This commit is contained in:
		| @@ -25,6 +25,7 @@ struct ScopedRegister { | ||||
|         } | ||||
|         reg_alloc = std::exchange(rhs.reg_alloc, nullptr); | ||||
|         reg = rhs.reg; | ||||
|         return *this; | ||||
|     } | ||||
|  | ||||
|     ScopedRegister(ScopedRegister&& rhs) noexcept | ||||
|   | ||||
		Reference in New Issue
	
	Block a user