Provide a default NativeTable, now that natives can be updated.

This commit is contained in:
Mike Auty
2015-01-19 23:58:16 +00:00
parent 3a28d7ae41
commit e880dee5ab
+1 -1
View File
@@ -48,7 +48,7 @@ class Context(interfaces.context.ContextInterface):
for creating new objects.
"""
def __init__(self, natives):
def __init__(self, natives = symbols.native.x86NativeTable):
"""Initializes the context.
This initializes the context and provides a default set of native types for the empty symbol space.