aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Common/AddressTable.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ARMeilleure/Common/AddressTable.cs')
-rw-r--r--ARMeilleure/Common/AddressTable.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ARMeilleure/Common/AddressTable.cs b/ARMeilleure/Common/AddressTable.cs
index e03a38e6..7cb83fdd 100644
--- a/ARMeilleure/Common/AddressTable.cs
+++ b/ARMeilleure/Common/AddressTable.cs
@@ -1,4 +1,4 @@
-using ARMeilleure.Diagnostics.EventSources;
+using ARMeilleure.Diagnostics;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
@@ -218,7 +218,7 @@ namespace ARMeilleure.Common
_pages.Add(page);
- AddressTableEventSource.Log.Allocated(size, leaf);
+ TranslatorEventSource.Log.AddressTableAllocated(size, leaf);
return page;
}