mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
ring0/pagetables: fix typo
PiperOrigin-RevId: 295770717
This commit is contained in:
@@ -7,7 +7,7 @@ go_template(
|
||||
name = "generic_walker",
|
||||
srcs = select_arch(
|
||||
amd64 = ["walker_amd64.go"],
|
||||
arm64 = ["walker_amd64.go"],
|
||||
arm64 = ["walker_arm64.go"],
|
||||
),
|
||||
opt_types = [
|
||||
"Visitor",
|
||||
|
||||
Reference in New Issue
Block a user