summaryrefslogtreecommitdiffstats
path: root/test/800-smali/smali/CmpLong.smali
blob: d54812f8780a833c420f2961d71b19d951732b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.class public LCmpLong;
.super Ljava/lang/Object;


.method public constructor <init>()V
.registers 1
       invoke-direct {p0}, Ljava/lang/Object;-><init>()V
       return-void
.end method

.method public static run()I
.registers 5000
       const-wide v100, 5678233453L
       move-wide/from16 v101, v100
       const-wide v4, 5678233453L
       cmp-long v0, v101, v4
       return v0
.end method