From 9546ddf95aa9bbf905d7a0893dff7cc24c21ae16 Mon Sep 17 00:00:00 2001 From: Caleb Fenton Date: Fri, 9 Jan 2015 11:11:23 -0800 Subject: [PATCH] Add registers directive so example will compile --- examples/AnnotationValues/10.smali | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/AnnotationValues/10.smali b/examples/AnnotationValues/10.smali index 4460a019..2a382ec7 100644 --- a/examples/AnnotationValues/10.smali +++ b/examples/AnnotationValues/10.smali @@ -2,5 +2,6 @@ .super Ljava/lang/Object; .method public static 11()V + .registers 0 return-void .end method \ No newline at end of file