Skip to content

Commit 4fbbd0d

Browse files
committed
[[ Bug 22142 ]] Add x86_64 to as possible value of the machine on win
This patch updates `the machine` function documentation for the 64 bit Win engine.
1 parent a644520 commit 4fbbd0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/dictionary/function/machine.lcdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ if the machine contains "Powerbook" then checkBattery
2424
Returns (enum):
2525
The <machine> <function> <return|returns> a <string>.
2626

27-
- x86: windows based system
27+
- x86: windows 32 bit based system
28+
- x86_64: windows 64 bit based system
2829
- iPod Touch: the device is one of the iPod Touch models
2930
- iPhone: the device is one of the iPhone models
3031
- iPhone Simulator: the device is a simulated iPhone

docs/notes/bugfix-22142.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Update `the machine` documentation to include `x86_64` return value on Windows 64 bit

0 commit comments

Comments
 (0)