Chromium Code Reviews| Index: src/IceAssemblerX8632.h |
| diff --git a/src/IceAssemblerX8632.h b/src/IceAssemblerX8632.h |
| index 13f5606999ce7075d80a8dc7db193b99cf332716..fb9eedf9a81e0d5255d508cb5f7fead37c4dc0a6 100644 |
| --- a/src/IceAssemblerX8632.h |
| +++ b/src/IceAssemblerX8632.h |
| @@ -38,6 +38,7 @@ class TargetX8632; |
| namespace X8632 { |
| using Immediate = ::Ice::X86Internal::Immediate; |
| +using Label = ::Ice::X86Internal::Label; |
|
jvoung (off chromium)
2015/08/03 17:19:21
I think this was actually the only line needed to
|
| class AssemblerX8632 : public X86Internal::AssemblerX86Base<TargetX8632> { |
| AssemblerX8632(const AssemblerX8632 &) = delete; |