Commit 34ec6423 authored by Lioncash's avatar Lioncash
Browse files

macro-interpreter: Resolve -Wself-assign-field warning

This was assigning the field to itself, which is a no-op. The size
doesn't change between its initial assignment and this one, so this is a
safe change to make.
parent e0505947
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment