Dean 利迪恩 hai 1 mes
pai
achega
c55c73f0dd
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Cargo.toml
  2. 1 1
      crates/assembler/tests/fixtures/be_le_callx.s

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "sbpf"
-version = "0.1.2"
+version = "0.1.4"
 authors = ["Dean Little <dean@blueshift.gg>", "Claire Fan <claire@blueshift.gg>"]
 edition = "2021"
 description = "A complete toolchain for building and deploying Solana BPF programs"

+ 1 - 1
crates/assembler/tests/fixtures/be_le_callx.s

@@ -3,7 +3,7 @@
 e: 
   be r3, 0x10
   le r4, 0x10
-  // program is not deployeable because of this line but generated bytecode 
+  // program is not deployable because of this line but generated bytecode 
   // for callx instruction matches llvm
   callx r3
   exit