X-Git-Url: http://git.megacz.com/?p=org.ibex.tool.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Ftool%2FCompiler.java;fp=src%2Forg%2Fibex%2Ftool%2FCompiler.java;h=5dad538f3935f5aecbe7944a431e7088bfa7eba2;hp=bf1ad56557626ef0224cec6600090fcc99dc584c;hb=61d00b0566029b7f0eaa7cc4d2932ac764e5e1f9;hpb=c820d06c14e36048da46a51d1cd61ae51cae2a66 diff --git a/src/org/ibex/tool/Compiler.java b/src/org/ibex/tool/Compiler.java index bf1ad56..5dad538 100644 --- a/src/org/ibex/tool/Compiler.java +++ b/src/org/ibex/tool/Compiler.java @@ -362,7 +362,7 @@ public class Compiler { // Compiler Parameters //////////////////////////////////////////////////// // FEATURE: may be able to use this to block access to APIs generated for stack objects - final AccessRestriction access = new AccessRestriction(null, null, null, null); + final AccessRestriction access = null; /** Used by compiler to resolve classes. */ final INameEnvironment env = new INameEnvironment() {