summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lib7z/Bra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/lib7z/Bra.h')
-rw-r--r--src/lib/lib7z/Bra.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/lib7z/Bra.h b/src/lib/lib7z/Bra.h
index 5748c1c051d..aac20a6961d 100644
--- a/src/lib/lib7z/Bra.h
+++ b/src/lib/lib7z/Bra.h
@@ -13,23 +13,23 @@ extern "C" {
/*
These functions convert relative addresses to absolute addresses
in CALL instructions to increase the compression ratio.
-
+
In:
data - data buffer
size - size of data
ip - current virtual Instruction Pinter (IP) value
state - state variable for x86 converter
encoding - 0 (for decoding), 1 (for encoding)
-
+
Out:
state - state variable for x86 converter
Returns:
The number of processed bytes. If you call these functions with multiple calls,
you must start next call with first byte after block of processed bytes.
-
+
Type Endian Alignment LookAhead
-
+
x86 little 1 4
ARMT little 2 2
ARM little 4 0